JMGetJRIRuntimeInstance
Returns the currentJRIRuntimeInstance
data structure.
struct JRIRuntimeInstance* JMGetJRIRuntimeInstance ( JMSessionRef session);
session
- The current session.
- function result
- A pointer to the
JRIRuntimeInstance
data structure.DISCUSSION
TheJMGetJRIRuntimeInstance
function allows you to get information about the current Java Runtime Interface (JRI) structure. The data structureJRIRuntimeInstance
is defined in the header fileJRI.h
.
You can find documentation for the Java Runtime Interface at the Web site
- Note
- Unless you have a particular reason to access the Java Runtime Interface, you should access the Java Native Interface, which provides similar functionality, instead.
![]()
http://developer.netscape.com/